home *** CD-ROM | disk | FTP | other *** search
- Path: news.cis.nctu.edu.tw!usenet
- From: Don Pierce <don@pierce.geometrics.com>
- Newsgroups: comp.lang.c
- Subject: Efficient Sorting - In search of
- Date: 29 Feb 1996 16:02:25 GMT
- Organization: Muir/Pierce Geophysics
- Message-ID: <4h4imh$3bh@news.cis.nctu.edu.tw>
- NNTP-Posting-Host: @pierce.geometrics.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.12 (X11; I; SunOS 4.1.3 sun4c)
- X-URL: news:comp.lang.c/91412-91512
-
- I am looking for an efficient sorting algorithm
- that can sort an array of floats. I prefer
- a non-recursive version as I have heard they are
- not very efficient on large data sets. My arrays
- are up 10000 elements.
-
-